.img1{
	border-radius: 200px;
}
.class1{
	font-family: Jokerman;
}
.div1{
	background-image: url(https://i.pinimg.com/564x/0c/9f/22/0c9f22cf540c2a029bb2a0401623bc54.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.p1{
 font-family: Forte;
 font-size: 30px;
 }
 .img2{
    border-radius: 200px;
   height: 200px;
   width: 200px;
   border-style: solid;
 }
 img.img2:hover{
   height: 300px;
   width: 300px;
}
.ul1 {
    border-style: dashed;
    border-color: gray;
    border-radius: 10px;
    background-color: pink;
    list-style-type: none;
    display: inline-block;
    margin: 7px;
    font-size: 20;
    position: fixed;
    top: 30px;
    left: 250;
 }
 .ul1 li {
    display: inline-block;
    padding: 10px;
 }
 .img3{
     border-radius: 200px;
     height: 200px;
     width: 200px;
     border-style: solid;
 }
 img.img3:hover{
         height: 300px;
         width: 300px;
         border-radius: 100px;
 }
 .p2{
    font-family: "Pacifico", cursive ;
    font-size: 20px;
 }
 .p3{
    font-family: "Pacifico", cursive ;
    font-size: 20px;
 }
 .p4{
    font-family: "Pacifico", cursive ;
    font-size: 20px;
 }
 .link1{
    display: inline-block;
    border-radius: 200px;
     height: 70px;
     width: 70px;
     border-style: solid;
 }